- addChild
Node!T addChild(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
Node!T get(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
- getRoot
Node!T getRoot()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasChildren
bool hasChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
- isRoot
bool isRoot()
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(Node!T) cb)
Undocumented in source. Be warned that the author may not have intended to support it.